Jakob Nixdorf Apps

andOTP - Android OTP Authenticator 0.9.0.1-play
Jakob Nixdorf
andOTP implements Time-based One-time Passwords (TOTP)likespecified in RFC 6238 (HOTP support is currently in betatesting).Simply scan the QR code and login with the generated6-digit code.Features: •  Free and Open-Source •  Requires minimalpermissions: •  Camera access for QR code scanning  •  Storageaccess forimport and export of the database •  Encrypted storagewith twobackends:  •  Android KeyStore (can cause problems, pleaseonly useif you absolutely have to)  •  Password / PIN •  Multiplebackupoptions:  •  Plain-text  •  Password-protected • OpenPGP-encrypted •  Sleek minimalistic Material Design withthreedifferent themes:  •  Light  •  Dark  •  Black (for OLEDscreens)•  Great Usability •  Compatible with Google AuthenticatorBackups:To keep your account information as secure as possibleandOTP onlystores it in encrypted data files. There are two methodsofencryption which can be used: the Android KeyStore or a Password/PIN. The KeyStore is a system component of Android forsecurelystoring cryptographic keys, the advantage of this approachis thatthe key is kept separate from the apps data and, as a bonus,can bebacked by hardware cryptography (if your device supportsthis).However, due to that separation, backups with 3rd-party appslikeTitanium Backup can not be used if this method is chosen. Suchappsonly backup the encrypted data files and not the encryptionkey,which renders them useless. In this case you will have to relyonthe internal backup functions provided by andOTP! The KeyStoreisknown to cause a lot of problems, so please only use it ifyouabsolutely have to and know what you are doing. In that casepleasemake sure to make regular backups in case something goeswrong. Itis always recommended to use a password or PIN instead!Betatesting: If you found a bug during beta testing, please submityourfeedback directly onGithub(https://github.com/andOTP/andOTP/issues) because for somereason Idon't always get notified when new beta feedback issubmitted onthe Google Play Store. Open source: This app is fullyopen source(licenses under the MIT license), you can check out thesource onGitHub: https://github.com/andOTP/andOTP andOTP is a forkof thegreat OTP Authenticator app written by Bruno Bierbaumer,which hassadly been inactive for a while. All credit for theoriginalversion goes to Bruno. It has since been removed fromGoogle Play,but you can still find the code of his apphere:https://github.com/0xbb/otp-authenticator